-- card: 2861 from stack: in.1 ะตะตะตะต -- bmap block id: 15566 -- flags: 4000 -- background id: 2756 -- name: Jotto Home ----- HyperTalk script ----- On OpenCard Global Donnit put empty into card field "Guess" of card "Player" if Donnit is false then send mouseUp to button "Shareware" put true into Donnit End OpenCard -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=384 top=111 right=165 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 20965 / 20965 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ShareWare ----- HyperTalk script ----- on mouseUp go to card id 4066 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=46 top=111 right=166 bottom=108 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help ----- HyperTalk script ----- on mouseUp go to card id 4577 end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=61 top=231 right=300 bottom=133 -- title width / last selected line: 0 -- icon id / first selected line: 530 / 530 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Beginner ----- HyperTalk script ----- on mouseUp global Level set the cursor to 4 put 1 into Level send mouseUp to card btn "Playit" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=161 top=231 right=300 bottom=233 -- title width / last selected line: 0 -- icon id / first selected line: 530 / 530 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Advanced ----- HyperTalk script ----- on mouseUp global Level set the cursor to 4 put 2 into Level send mouseUp to card btn "Playit" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=263 top=231 right=300 bottom=335 -- title width / last selected line: 0 -- icon id / first selected line: 530 / 530 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Wordsmith ----- HyperTalk script ----- on mouseUp global Level set the cursor to 4 put 3 into Level send mouseUp to card btn "Playit" end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=364 top=231 right=300 bottom=436 -- title width / last selected line: 0 -- icon id / first selected line: 530 / 530 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Master ----- HyperTalk script ----- on mouseUp global Level set the cursor to 4 put 4 into Level send mouseUp to card btn "Playit" end mouseUp -- part 9 (button) -- low flags: 80 -- high flags: 8003 -- rect: left=206 top=140 right=162 bottom=306 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Playit ----- HyperTalk script ----- on mouseUp set the lockscreen to true picktarget go to card "Player" put empty into card field "Results" if the visible of card btn "Hide" is true then send mouseUp to card btn "Hide" end if set the lockscreen to false end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=189 top=42 right=90 bottom=289 -- title width / last selected line: 0 -- icon id / first selected line: 1011 / 1011 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Home ----- HyperTalk script ----- on mouseUp Go Home end mouseUp